home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / I-J / JUST FOR FUN.cpt / Just for Fun / Just for Fun / background_2595.txt < prev    next >
Encoding:
Text File  |  1987-12-28  |  1.6 KB  |  85 lines

  1. -- background: 2595 from stack: in
  2. -- bmap block id: 2531
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 2004
  11. -- rect: left=460 top=313 right=339 bottom=492
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 16560 / 16560
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: GO NEXT
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   VISUAL SCROLL LEFT
  23.   GO TO NEXT CARD
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 2003
  31. -- rect: left=4 top=5 right=28 bottom=38
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 21847 / 21847
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: New Button
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go home
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 5 (button)
  48. -- low flags: 00
  49. -- high flags: 0004
  50. -- rect: left=12 top=313 right=339 bottom=44
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 15420 / 15420
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Go Back
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual scroll right
  62.   go to prev card
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 6 (button)
  68. -- low flags: 00
  69. -- high flags: 0003
  70. -- rect: left=467 top=6 right=32 bottom=505
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 2478 / 2478
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: Written by...
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   push this card
  82.   go to card "About"
  83. end mouseUp
  84.  
  85.